Authenticated

data class Authenticated(val user: FirebaseUser) : AuthState

Represents the state when the user is authenticated, containing the user details.

Parameters

user

The authenticated FirebaseUser.

Constructors

Link copied to clipboard
constructor(user: FirebaseUser)

Properties

Link copied to clipboard
val user: FirebaseUser